LassoScript Utility
Basics Browse Detail

[Email_Compose->AddHTMLPart]

Tag Link [Email_Compose->AddHTMLPart] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security Tag
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_Compose->AddHTMLPart] adds a new HTML part to a message being composed. The tag requires one parameter which is the HTML text of the part to be added.

An optional -Path parameter can be used to specify the name of a file that will be included as the HTML part.

Syntax

[Email_Compose->(AddTextPart: 'text')]

[Email_Compose->(AddTextPart: -Path='include.txt')]

Parameters

Optional Parameters
-Path The path to the HTML file to be included.
-Data The HTML text to be included as the HTML part.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.